CHECK FOR UNDERSTANDING: Let's take another look at the if-statements and their comparison symbols.
We've used == to test if two values are equal, but now we can test if values are greater or less than each other!
Greater Than: If your guess is > the random number, the sprite says, "Nope! Too high!"
Less Than: If your guess is < the random number, the sprite says, "Nope! Too low!"
To navigate the page using the TAB key, first press ESC to exit the code editor.